PowerTools MultiRow for Windows Forms 8.0J
RemoveAt メソッド (CollectionBase<T>)

削除する項目の0から始まるインデックス。
指定したインデックスにあるIList項目を削除します。
構文
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

パラメータ

index
削除する項目の0から始まるインデックス。
例外
例外解説
System.ArgumentOutOfRangeExceptionindexIList内の有効なインデックスではありません。
System.NotSupportedExceptionIListが読み取り専用です。
参照

CollectionBase<T> クラス
CollectionBase<T> メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.